-
Notifications
You must be signed in to change notification settings - Fork 933
Define how SDK implements Logger.Enabled #4381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
lalitb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Co-authored-by: Cijo Thomas <[email protected]>
jack-berg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. I think all of this is implied elsewhere (except the "there are no registered LogRecordProcessors" part), but good to be explicit. Should followup by doing the same with traces and metrics. Feel free to do that if you'd like, or simply open an issue to track the followup - I'm not trying to volunteer you for more work.
Co-authored-by: Liudmila Molkova <[email protected]>
Issues creates: |
February 2025 Release. ### Traces - Deprecate `exception.escaped` attribute, add link to in-development semantic-conventions on how to record errors across signals. ([#4368](#4368)) - Define randomness value requirements for W3C Trace Context Level 2. ([#4162](#4162)) ### Logs - Define how SDK implements `Logger.Enabled`. ([#4381](#4381)) - Logs API should have functionality for reusing Standard Attributes. ([#4373](#4373)) ### SDK Configuration - Define syntax for escaping declarative configuration environment variable references. ([#4375](#4375)) - Resolve various declarative config TODOs. ([#4394](#4394))
February 2025 Release. - Deprecate `exception.escaped` attribute, add link to in-development semantic-conventions on how to record errors across signals. ([open-telemetry#4368](open-telemetry#4368)) - Define randomness value requirements for W3C Trace Context Level 2. ([open-telemetry#4162](open-telemetry#4162)) - Define how SDK implements `Logger.Enabled`. ([open-telemetry#4381](open-telemetry#4381)) - Logs API should have functionality for reusing Standard Attributes. ([open-telemetry#4373](open-telemetry#4373)) - Define syntax for escaping declarative configuration environment variable references. ([open-telemetry#4375](open-telemetry#4375)) - Resolve various declarative config TODOs. ([open-telemetry#4394](open-telemetry#4394))
February 2025 Release. - Deprecate `exception.escaped` attribute, add link to in-development semantic-conventions on how to record errors across signals. ([open-telemetry#4368](open-telemetry#4368)) - Define randomness value requirements for W3C Trace Context Level 2. ([open-telemetry#4162](open-telemetry#4162)) - Define how SDK implements `Logger.Enabled`. ([open-telemetry#4381](open-telemetry#4381)) - Logs API should have functionality for reusing Standard Attributes. ([open-telemetry#4373](open-telemetry#4373)) - Define syntax for escaping declarative configuration environment variable references. ([open-telemetry#4375](open-telemetry#4375)) - Resolve various declarative config TODOs. ([open-telemetry#4394](open-telemetry#4394))
Towards:
Next step:
Add min_severity to LoggerConfig #4364Related OTEP PR:
Needed for: